Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ace-starter

Example ace project.

Getting Started

To install all dependencies, do:

yarn install

Building

To build the package, do:

yarn build

Tests

To test, do:

yarn test

Formatting

To format the code, do:

yarn fmt

If using Visual Studio Code, consider installing the prettier extension so you can run the formatter in your editor. The extension should be able to pick up the .prettierrc.js config.

yarn.lock

The yarn.lock is checked into source control, managed by yarn and provides deterministic builds. To do so, it captures the dependency graph and the resolved versions based on the state of the yarn registry. It is very important that this file is stable. If it has changes, ensure those changes are related to your current changes and not a remnant of another unrelated branch.

Dev Server

To start the dev server, do:

yarn start

This should open a browser tab to http://localhost:8080.

About

Example ace project

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages