Thanks to visit codestin.com
Credit goes to github.com

Skip to content

adamduckett/react-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-build

Get up and running with a React build quickly.

Getting Started

  $ git clone https://github.com/adamduckett/react-build.git your-project-folder
  $ cd your-project-folder
  $ rm -rf .git/
  $ git init
  $ npm install
  $ gulp

The above removes the .git folder before creating a new instance of Git, installing our Gulp dependencies and finally running our default Gulp task.

If your build doesn't require Git simply omit the git init command :)

About

Get up and running with a React build quickly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published