A craigslist wannabe.
- Keep in mind that this is a work in progress and stuff will change
Check it out here
- Make sure you have the latest node & npm installed.
- Clone or download the project.
- Open a terminal and navigate to the project's directory.
- Enter
npm install
- this will install all dependencies. - Enter
npm run build
- this will compile the javascript into bundles. - Enter
npm run start
- this will start the web server on the port specified in the config (defaults to 9000). - Open a browser and go to
localhost:<port>
.