Quick start project template for projects and learning React.
React Starter Kit is an web app boilerplate for all our client projects.
This project was bootstrapped with Create React App.
Clone this repository
git clone git@github.com:deandex/react-starter-kit.git
Install
npm install
Start the application in development mode
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Static files are served from the public
folder, project JavaScript files are bundled from the src
folder.
When ready, build for staging
npm run build:staging
This will generate a minimized bundle.js file on the public
folder, and use staging environment
When ready, build for production
npm run build
This will generate a minimized bundle.js file on the public
folder, and use production environment
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
npm install -g env-cmd
Copyright © 2019-present Deansoft Technology. This source code is licensed under the MIT license found in the LICENSE.txt file. The documentation to the project is licensed under the CC BY-SA 4.0 license.
Made with ♥ by Noviandra Syahputra (@noviandra) and contributors