Skip to content

โš›๏ธ ๐Ÿš€ This repo is a starter kit for working with React.js and ES6.

License

Notifications You must be signed in to change notification settings

neogeek/reactjs-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

70 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

React.js Starter Kit

This repo is a starter kit for working with React.js and ES6.

Install to Heroku

Deploy

Getting Started

Run the following command to download the repo and unpack it into reactjs-starter-kit-master/.

$ curl -L https://github.com/neogeek/reactjs-starter-kit/archive/master.tar.gz | tar -xz

Bash Alias

Add the following to your ~/.bash_profile and restart terminal. You will now be able to create a new project using the starter kit by typing create-reactjs-starter-kittest (replacing test with your new project name).

create-reactjs-starter-kit() {

    curl -L https://github.com/neogeek/reactjs-starter-kit/archive/master.tar.gz | tar -xz
    mkdir -p "${1}"
    mv reactjs-starter-kit-master/{*,.[^.]*} "${1}"
    rm -d reactjs-starter-kit-master
    cd "${1}" || exit
    npm install

}

About

โš›๏ธ ๐Ÿš€ This repo is a starter kit for working with React.js and ES6.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published