All Projects → dennybritz → Neal Sample

dennybritz / Neal Sample

Sample page for neal-react

Programming Languages

javascript
184084 projects - #8 most used programming language

neal-React Sample Page

This is a sample page for neal-react, reactjs components for building landing pages.

Develop locally

Transpile the Javascript using Babel and watch for changes:

git clone https://github.com/dennybritz/neal-sample.git
cd neal-sample
npm install
npm run watch

Run with webpack:

npm run serve

Run inside a docker container:

docker run -p 3000:80 -v "$PWD"/public:/usr/local/apache2/htdocs/ httpd:2.4

Visit http://<YOUR_DOCKER_MACHINE_IP>:3000

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].