Library of Components to enable quick prototyping of web pages using only a text editor and a browser (e.g. no NodeJS, Webpack etc).
This library should be built and deployed on a CDN to provide helper methods around React components
- Install NodeJS and a Git Client
- Clone this respository
git clone https://github.com/pfuller/ReactOnePageProtoLibrary.git
- Run the followng command to install the node modules
npm i
- Start the development server
npm start