Babel ES6+ Base Project Example
Rafael R. Ferreira ๐น๏ธ๐
Posted on May 5, 2022
Dev Stack:
Getting Started
- Clone the project and install all dependencies
git clone [https://github.com/rafaelrferreira/es6-base-project.git]
npm install
Building Stuff
npm run dev
Running local webserver
npm run server
Running tests and code coverage
npm test
๐ ๐ช ๐
๐ฉ
Rafael R. Ferreira ๐น๏ธ๐
Posted on May 5, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
javascript Asynchronous JavaScript: From Callbacks to Async/Await - A Journey Through Evolution
May 1, 2023