This repository is a Github Template project!
- Node.JS
- Yarn
- VS Code (Obviously optional)
yarn install
yarn start
yarn build
- If you're creating an application, you will probably have an API. So, I've taken the liberty of including an API proxy into the Webpack dev config @ port 5000. For production, I recommend using a reverse proxy through Nginx.
- This template does not tie you to any CSS frameworks. If you choose to use one, I recommend Tailwind.
- This template does not tie you to any testing frameworks. I recommend Jest.