Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

cozy-nyc/cozy.nyc-old

Repository files navigation

cozy.nyc

A site for NEETs...

Home

Build Status Dependency Status devDependency Status


This is only the frontend for cozy.nyc the backend can be found here cozy-api

Installation

yarn install

Running Dev Server

yarn dev

The first time it may take a little while to generate the first webpack-assets.json and complain with a few dozen [webpack-isomorphic-tools] (waiting for the first Webpack build to finish) printouts, but be patient. Give it 30 seconds.

Building and Running Production Server

yarn build
yarn start

Unit Tests

The project uses Jest to run your unit tests.

To run the tests in the project, just simply run npm test if you have Chrome installed, it will be automatically launched as a test service for you.

Join Our Discord

Discord - https://discord.gg/3WSA2SG

Special Thanks to @bertho-zero for providing https://github.com/bertho-zero/react-redux-universal-hot-example