All Projects â†’ trstringer â†’ react-laboratory

trstringer / react-laboratory

Licence: other
🔬 Minimal boilerplate to experiment and test with React without having to worry about the server

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

React Laboratory

A minimal boilerplate required to test and experiment with React.

Note: this should not be used in production. For test only.

Installation

$ git clone https://github.com/tstringer/react-laboratory.git
$ cd react-laboratory
$ npm install

Run the dev server (webpack-dev-server)

$ npm run

Open your browser to http://localhost:8080 to view. Modify your React code in your editor, save your changes, and watch those changes automatically reflect in the browser! (the power of webpack-dev-server)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].