vidoss / express-react-toolbox-starter-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A starter kit for react-toolbox and express.

This project was created using Create React App

Whatz included

  • Express
  • react-toolbox
  • react-router (4.x)
  • redux
  • ... see dependencies under package.json

Available Scripts (Use node 6.x or 7.x)

In the project directory, you can run:

yarn run dev

Runs the app in the development mode.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn run test-watch

Launches the test runner in the interactive watch mode.

yarn run build

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.

yarn run start

To start the server in production.

Getting started in github

Go to github console and create new project myapp under myusername

git clone https://github.com/vidoss/express-react-toolbox-starter-kit.git myapp
cd myapp
git remote rm origin
git remote add origin https://github.com/myusername/myapp.git
git push origin master
yarn install
yarn run dev

About


Languages

Language:JavaScript 96.8%Language:HTML 1.6%Language:AppleScript 1.2%Language:CSS 0.4%