Skip to content

rofrol/rustommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustommerce

Client

I've created this example to have easy reference code how to use elm-lang/navigation without using hashes.

This example is based on:

How to run

To set up on your own computer, you will need git, elm-0.18, node.js, yarnpkg.

Also web browser with support of Object.assign for loading env.js. There is also polyfill.

Simply clone the repository and:

$ cp .env.example .env
$ ./client/tools/build-dev.sh

Based on https://12factor.net/config

You will get dist/js/env.js which is loaded to elm through flags.

Start server.

Start db.

In another terminal run:

$ ./client/tools/browsersync.js

Then navigate your browser to http://localhost:8000.

Linter elm make - don't compile twice

https://gist.github.com/rofrol/fd46e9570728193fddcc234094a0bd99#atom-editor-and-linter-elm-make---dont-compile-twice

Migrating to newer actix-web

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published