xeptao-vanilla-template
v1.0.0
Published
A vanilla template.
Downloads
5
Readme
Project Name
by Xeptao

Table Of Contents
What It Achieves
- With you can …
- helps you _____…
- If you use then you _____…
- is related to because _____
Examples
Code snippet:
const randomNumber = Math.floor(Math.random() * 3);
console.log(randomNumber);Code snippet:
console.log("Hello!);Code snippet:
const playerIsAlive = true;
const playerState = new Promise((resolve, reject) => {
if (playerIsAlive = true) resolve();
if (!playerIsAlive) reject();
});Get Started
There are several ways to get started using :
- Install with NPM:
$ npm install <PACKAGE NAME> - Add with Yarn:
$ yarn add <PACKAGE NAME> - Clone this repository:
$ git clone https://github.com/user/repo/
Technologies
How To Contribute
Contributors
Contributor
Contributor
Contributor
Contributor
License And Copyright
You are free to copy, modify, and distribute with attribution under the terms of the . See the LICENSE file for details.
