Skip to content

dennybritz/neal-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample page for neal-react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published