|
|
il y a 8 ans | |
|---|---|---|
| .. | ||
| app | il y a 8 ans | |
| public | il y a 8 ans | |
| .babelrc | il y a 8 ans | |
| .gitignore | il y a 8 ans | |
| LICENSE | il y a 8 ans | |
| README.md | il y a 8 ans | |
| package-lock.json | il y a 8 ans | |
| package.json | il y a 8 ans | |
| webpack-production.config.js | il y a 8 ans | |
| webpack.config.js | il y a 8 ans | |
Clone the repo
$ git clone <repo>
$ cd react-starter
Install dependencies
$ npm install
Start Run
$ npm start
This will initiate the project at http://localhost:8080.
For building once for production (via minification).
Builds into public/ as bundle.js
$ npm run build