Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/airbr/strings

A JavaScript strings based project + Netlify
https://github.com/airbr/strings

javascript netlify strings

Last synced: about 1 month ago
JSON representation

A JavaScript strings based project + Netlify

Awesome Lists containing this project

README

        

# Strings project

### Deployed with Netlify

[![Netlify Status](https://api.netlify.com/api/v1/badges/cd1f8520-bc99-4125-abc5-219d8f1c9f10/deploy-status)](https://app.netlify.com/sites/stupefied-bhabha-97831c/deploys)

## Setup

```bash
npm install
```

**run the server**

```bash
npm run serve
```

Browse to [localhost:1234](http://localhost:1234)

## Parcel

This starter uses parcel to bundle your scripts.

You can import other files. Make sure you have the correct path. You can also import libraries installed with NPM.

## Build for production

When you're ready to deploy, you can build for production with the following command:

```bash
npm run build
```