https://github.com/co2-git/performads-hiring-challenge
https://github.com/co2-git/performads-hiring-challenge
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/co2-git/performads-hiring-challenge
- Owner: co2-git
- Created: 2018-04-08T22:02:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T15:23:54.000Z (about 8 years ago)
- Last Synced: 2025-02-01T16:23:19.173Z (over 1 year ago)
- Language: CSS
- Size: 277 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# performads-hiring-challenge
# Usage
```
yarn # or npm install
yarn start # or npm start
open http://localhost:2018/
```
# Important
I ended up not using Sails. I know it was part of the specs, but I could not get React+Webpack latest versions to work with latest version of Sails.
I used a regular Express instead. I know it is a derogation to spesc, but since the coding challenge is mainly about showcasing basic skills, I opted out for that solution instead.
Note also that builds are not optimized.
Cheers!