Skip to content

alishalopes87/catstagram

 
 

Repository files navigation

Catstagram

To have this app running on your local computer, please follow the below steps:

Clone the repo:

git clone https://github.com/alishalopes87/catstagram.git

Check what versions of node + npm you are running:

npm -v
node -v

If you are not running npm 5.1.0 and node v8.11.3, install node v8.11.3:

https://nodejs.org/en/download/

Verify you are running the correct versions.

First time starting the repo:

Run:

npm install

Then:

Starting the server:

npm start

To stop the server:

Ctrl + C

Once Webpack has finished building, go to http://localhost:9000/.

About

Built with React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.4%
  • CSS 44.6%