Skip to content

리액트 프로젝트 생성을 위한 템플릿

License

Notifications You must be signed in to change notification settings

skymins04/react-project-template

Repository files navigation

react-project-template

Templates for creating React projects.

This template includes the following packages.

  • Typescript
  • React
  • Redux
  • SCSS
  • dotenv
  • i18next
  • axios
  • Webpack 5
  • Bebel
  • ESLint
  • Prettier

How to Use

  1. install Dependency packages
$ yarn install

or

$ npm install (or npm i)
  1. start Webpack dev server
$ yarn run start

or

$ npm run start
  1. run project build
$ yarn run build

or

$ npm run build
  1. run project in production mode
$ yarn run start:build

or

$ npm run start:build

How to Use Environment Variables File

This template provides two environment variable files. All environment variable files are located in the root directory of the project.

.env.dev

This is an environment variable file applied in development mode.

.env.prod

This is an environment variable file applied in production mode.

About

리액트 프로젝트 생성을 위한 템플릿

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published