This is a silly meeting timer that shows you the accumulated time (and cost) spent on meetings with multiple people.
yarn install
yarn start
This runs the server in production.
This project uses Next.js which makes it easy to create React apps with zero config. Styling is done with Tachyons and Styled-system, and custom stuff is achieved with Emotion.
A fresh Node version (I think 7 is the minimum requirement).
To start developing, first clone the repo
git clone https://github.com/rix1/meeting-timer.git
cd rix1-next-starter/
yarn install
That's it! To fire up a local dev server, do:
yarn dev
See additional scripts in package.json
.
To build a production ready application, do:
yarn build
Nextjs is set up with Webpack(?) and Babel, and takes care of bundeling everyhing for us.
TODO...
TODO
The project uses Jest.
Using Prettier for formatting, Eslint for linting and Flowtype for static type checking.
Not yet decided, so for now it's free for anyone to do whatever 🙃