Babel ES6+ Base Project Example

rafaelrferreira

Rafael R. Ferreira ๐Ÿ•น๏ธ๐Ÿ•

Posted on May 5, 2022

Babel ES6+ Base Project Example

Dev Stack:

My Skills

Getting Started

Image description

  • Clone the project and install all dependencies
git clone [https://github.com/rafaelrferreira/es6-base-project.git]
npm install
Enter fullscreen mode Exit fullscreen mode

Building Stuff

Image description

npm run dev
Enter fullscreen mode Exit fullscreen mode

Running local webserver

Image description

npm run server
Enter fullscreen mode Exit fullscreen mode

Running tests and code coverage

Image description

npm test
Enter fullscreen mode Exit fullscreen mode
๐Ÿ’– ๐Ÿ’ช ๐Ÿ™… ๐Ÿšฉ

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

ยฉ TheLazy.dev

About