Skip to content

afonte/ReactSkeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Skeleton

This is a simple project that is used to initialize my own react.js projects. It includes most important libraries to start on the right way,

You can use it, just clone this repository

git clone https://github.com/afonte/ReactSkeleton.git

Then you should initialize npm to download all required dependencies:

npm init
npm install

Notes

This skeleton is working with node express server

To init express server you have to call it, with next sentence:

npm run dev

Watchify is used to listen to new changes, also you have to keep your npm initialized like this:

npm start

License

Apache

About

Skeleton used to start your new React.JS Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%