This repository contains the code for the blog post
Visit the blog post to see this in action
The different steps of the tutorial are:
- Clone the repository
- Run
yarn && yarn start
ornpm install && npm run start
to build the code and start the development server - Visit the default url
http://localhost:1234/
To modify and extend this code, you can follow the installation instructions, and instead of running start:
- Open a new terminal and run
yarn run dev
ornpm run dev
to build and watch changes in the code - Open another terminal and run
yarn run serve
ornpm run serve
to start the development server - In a different terminal, run
yarn test
ornpm test
to run the tests - Visit the default url
http://localhost:1234/
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Read more in the license document