Skip to content

marani/chloe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zendesk Frontend Test 2 Solution. Using react redux & react-dnd, create-react-app.

=====

  • Step 1: Clone the project
git clone https://github.com/marani/chloe
  • Step 2: Run with any http server to serve from build directory
cd chloe/build
python -m SimpleHTTPServer
open localhost:8000

Alternatively, we can use pushstate-server

npm i -g pushstate-server
pushstate-server build
open localhost:9000

=====

To build & debug, node version >= 4 is required, >= 6 is recommended.

npm i -g create-react-app react-scripts
npm i
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published