|
|
há 8 anos atrás | |
|---|---|---|
| .. | ||
| app | há 8 anos atrás | |
| public | há 8 anos atrás | |
| .babelrc | há 8 anos atrás | |
| .gitignore | há 8 anos atrás | |
| LICENSE | há 8 anos atrás | |
| README.md | há 8 anos atrás | |
| package-lock.json | há 8 anos atrás | |
| package.json | há 8 anos atrás | |
| webpack-production.config.js | há 8 anos atrás | |
| webpack.config.js | há 8 anos atrás | |
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