This project is intended to be a jumping off point for web development projects. It includes Webpack, React, TypeScript, Sass, and Bulma.
This project has only been tested on Windows 10 with an ubuntu vagrant machine with virtualbox provider.
- Add React Router suport
- Show example of custom Bulma theme
If you want to get the project up and running as quick as possible follow these steps:
- Install vagrant and virtualbox
- Clone the repository
C:\Projects> git clone https://github.com/amarzot/web-stack-base.git
- Start and provision the vagrant machine. This will ask you to install the vagrant plugin, fsnotify.
C:\Projects> cd web-stack-base
C:\Projects\web-stack-base> vagrant up
- Start an ssh session to the vagrant machine
C:\Projects\web-stack-base> vagrant ssh
- Change directory to the shared directory
vagrant@ubuntu-xenial:~$ cd /vagrant
vagrant@ubuntu-xenial:/vagrant$
- Start the development server
vagrant@ubuntu-xenial:/vagrant$ yarn start
- Open a web browser and navigate to
localhost:8080