Skip to content

React Starter Kit is an opinionated boilerplate for React.js development

Notifications You must be signed in to change notification settings

Magora-Systems-Frontend/react-starter-kit

Repository files navigation

React Starter Kit

Running

# after cloning the repo:

# for static build
$ npm i --production
$ export NODE_ENV=production
$ npm run build

# for local run
$ npm i
$ export NODE_ENV=development
$ npm run dev

# run static server
$ export PORT=3000
$ npm run serve 

About

React Starter Kit is an opinionated boilerplate for React.js development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published