1.8.0 • Published 5 years ago

boil-a-react v1.8.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Boil-a-React

Creating a React App

This is another clean implementation of a boilerplate similar to Create-React-App.

It was built purely for testing and learning purposes.

Getting Started

(Note: this project was created in Node v9.3.0)

Clone this repo over on the Github repository https://github.com/gitmasoud/Boil-a-React into your local directory and then install dependencies with npm install.

Now you will have your boiler plate ready to start playing with.

Starting The Dev Server

To start the server and start hacking, run

npm start

This starter uses webpack-dev-server to spin up a simple bare bones with Hot-Reloading capability. Changes to code in .src should cause pages to reload on Save.

NOTES:

You will notice there is a command for npm i boil-a-react on NPM but as of latest version, you cannot yet install the package this way if you wanted to import it into another external project... If you you how to fix it then please contribute so we can install and use like Create-React-App! :-)

keywords

create-react-app boil-a-react reactjs-app react-app how-to-create-reactjs

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago