Skip to content

React Starter Kit — isomorphic web app boilerplate (React.js, Axios, React Helmet, React Router, ESLint, Prettier, Env-Cmd)

License

Notifications You must be signed in to change notification settings

deandex/react-starter-kit

Repository files navigation

React Starter Kit — web app boilerplate

Quick start project template for projects and learning React.

Objective

React Starter Kit is an web app boilerplate for all our client projects.
This project was bootstrapped with Create React App.

Usage

Clone this repository

git clone [email protected]: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.

Dependencies

npm install -g env-cmd

License

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

About

React Starter Kit — isomorphic web app boilerplate (React.js, Axios, React Helmet, React Router, ESLint, Prettier, Env-Cmd)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published