Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 421 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 421 Bytes

REACT.JS Skeleton

This project is a React workspace that you can simply start working on React.js project right away.

React 0.14.7, Babel 6 and webpack on Node.js is used to setup the environment.

How to use

  • git clone https://github.com/velopert/react-skeleton.git - Clone the project
  • npm install - Install the dependency
  • npm start -Run the development server

Server port is set to 7777