Skip to content

A fast dev env which combines redux, react-router, build tools (webpack, gulp...) and backend node-express

Notifications You must be signed in to change notification settings

ricky155030/react-starter-kit

Repository files navigation

React Starter Kit

A fast dev env which combines redux, react-router, build tools (webpack, gulp...) and backend node-express

Settings

config.js Modify your environment setting here.

const config = {
  ENV_TYPE: 'DEV',
  PORT: 3000,
}

config.HOSTNAME = 'localhost'

Install required node modules and build

npm install
gulp build

Create your workspace

Tmux is required

Use create_workspace.sh

Check starter page here

http://localhost:3000/

About

A fast dev env which combines redux, react-router, build tools (webpack, gulp...) and backend node-express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published